home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / PowerPlant / CSpinner / Read Me < prev   
Encoding:
Text File  |  1995-11-02  |  585 b   |  15 lines  |  [TEXT/CWIE]

  1. /* What is this about? */
  2.  
  3. The CSpinner C++ class lets you spin the mouse cursor using a VBL task.
  4. It compiles for 68K and PowerPC, yet it uses no dirty tricks.
  5. It is 100% reusable - drop it into your new project and it works.
  6. It reports errors using exceptions (conforming to PowerPlant's conventions).
  7.  
  8. Requirements: this class uses the files UDebugging.h and UException.h from PowerPlant.
  9.  
  10. /* Who's to praise/blame for it? */
  11.  
  12. The author is François Pottier (pottier@clipper.ens.fr). Feel free to send him
  13. (well, me) email about this code. The code is free for use in any project.
  14.  
  15.